home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
guida.dir
/
00890_Script_890
< prev
next >
Wrap
Text File
|
1983-01-30
|
412b
|
12 lines
on blocca
global percorso
if count(percorso) > 0 then
if getlast (percorso) <> ("#"&the moviepath&the moviename) or getPropAt(percorso, count(percorso)) <> marker(0) then
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marker(0), r_movie
end if
else
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marker(0), r_movie
end if
end